Most recent job postings at QR code
via Upwork
posted_at: 26 days agoschedule_type: Contractorwork_from_home: 1
Our agency is trying to manage our employee management system with a QR code. There are some tasks to do with this QR code:
●Create a database for employee information. Admin can add, modify, or delete information through a dashboard...
● Generate a unique QRCode for every employee's information.
● Create a URL for information that connects with QRCode
● Retrieve employee information and allow users to save it in their contact list.
●
Our agency is trying to manage our employee management system with a QR code. There are some tasks to do with this QR code:
●Create a database for employee information. Admin can add, modify, or delete information through a dashboard...
● Generate a unique QRCode for every employee's information.
● Create a URL for information that connects with QRCode
● Retrieve employee information and allow users to save it in their contact list.
● Users can view employees' social media handles.
Note: Rest details will be shared upon discussion with the service provider Show more details...
●Create a database for employee information. Admin can add, modify, or delete information through a dashboard...
● Generate a unique QRCode for every employee's information.
● Create a URL for information that connects with QRCode
● Retrieve employee information and allow users to save it in their contact list.
● Users can view employees' social media handles.
Note: Rest details will be shared upon discussion with the service provider Show more details...
via Upwork
posted_at: 29 days agoschedule_type: Contractorwork_from_home: 1
Phase 1:
When a new order is created in WooCommerce a QR generator runs (can use code like this: https://dev.to/murtuzaalisurti/how-to-make-a-qr-code-generator-using-vanilla-javascript-3cla) and generates a QR Code...
- It should also Generate a UUID. You can use the uuid see gen1 uuid.txt
- It should also generate a URL with that UUID. Create a URL in the desired format using the generated UUID. Here's an example:
see gen UUID.txt
- Use the
Phase 1:
When a new order is created in WooCommerce a QR generator runs (can use code like this: https://dev.to/murtuzaalisurti/how-to-make-a-qr-code-generator-using-vanilla-javascript-3cla) and generates a QR Code...
- It should also Generate a UUID. You can use the uuid see gen1 uuid.txt
- It should also generate a URL with that UUID. Create a URL in the desired format using the generated UUID. Here's an example:
see gen UUID.txt
- Use the QR code generator library to generate a QR code image from the URL. Here's an example:
(see QR.txt)
Add the QR code image to the WordPress media library. You can use the wp.media JavaScript API to add the image to the media library. Here's an example:
(see JS Media.txt)
Add the generated URL and UUID to the order metadata using the WooCommerce REST API. Here's an example:
(see attachment)
THE IDEA IS THAT - WHEN YOU CREATE AN ORDER - IT CREATES A QR CODE AND UUID AND A STRING URL THAT IS LINKED TO THE QR CODE. THE QR IMAGE IS UPLOADED TO THE WORDPRESS MEDIA LIBRARY AND THE UUID AND URL FOR THE QR IMAGE ARE ADDED TO CUSTOM PROPERTIES ON THE WOOCOMMERCE ORDERS
https://thisisbasic.clothing/wp-json/wc/v3/orders Show more details...
When a new order is created in WooCommerce a QR generator runs (can use code like this: https://dev.to/murtuzaalisurti/how-to-make-a-qr-code-generator-using-vanilla-javascript-3cla) and generates a QR Code...
- It should also Generate a UUID. You can use the uuid see gen1 uuid.txt
- It should also generate a URL with that UUID. Create a URL in the desired format using the generated UUID. Here's an example:
see gen UUID.txt
- Use the QR code generator library to generate a QR code image from the URL. Here's an example:
(see QR.txt)
Add the QR code image to the WordPress media library. You can use the wp.media JavaScript API to add the image to the media library. Here's an example:
(see JS Media.txt)
Add the generated URL and UUID to the order metadata using the WooCommerce REST API. Here's an example:
(see attachment)
THE IDEA IS THAT - WHEN YOU CREATE AN ORDER - IT CREATES A QR CODE AND UUID AND A STRING URL THAT IS LINKED TO THE QR CODE. THE QR IMAGE IS UPLOADED TO THE WORDPRESS MEDIA LIBRARY AND THE UUID AND URL FOR THE QR IMAGE ARE ADDED TO CUSTOM PROPERTIES ON THE WOOCOMMERCE ORDERS
https://thisisbasic.clothing/wp-json/wc/v3/orders Show more details...